home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / msn / p12 / MSNP12Switchboard.pyo (.txt) < prev   
Python Compiled Bytecode  |  2008-10-13  |  568b  |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. from msn.p11 import Switchboard as Super
  5.  
  6. class MSNP12Switchboard(Super):
  7.     
  8.     def recv_joi(self, msg):
  9.         msg.args = msg.args[:2]
  10.         Super.recv_joi(self, msg)
  11.  
  12.  
  13.